home *** CD-ROM | disk | FTP | other *** search
- ; FM/2 commands file -- 3 lines: title, cmd line, flags
- ;
- Test a Zip file
- unzip.exe -t %a
- 12288
- ;
- Test an Lzh file
- lh.exe t %a
- 12288
- ;
- Test an Arc file
- arc.exe t %a
- 12288
- ;
- Test an Arj file
- unarj.exe t %a
- 12288
- ;
- Test a Zoo file
- zoo.exe -test %a
- 12288
- ;
- Diskcopy A: -> B:
- diskcopy.exe a: b:
- 4096
- ;
- Diskcopy B: -> A:
- diskcopy.exe b: a:
- 4096
- ;
- Create disk image from A:
- savedskf.exe a: /N
- 6144
- ;
- View graphics files
- ib.exe %a
- 8192
-